home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineButton2_423 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-25  |  188b  |  14 lines

  1. on(release){
  2.    stopAllSounds();
  3.    theWind.start(0,999);
  4.    _root.gogogo = true;
  5.    if(myWordF != "")
  6.    {
  7.       nextFrame();
  8.    }
  9.    else
  10.    {
  11.       gotoAndPlay(22);
  12.    }
  13. }
  14.